home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 039a / bccapp.zip / MACROS.STD < prev    next >
Text File  |  1991-09-15  |  525b  |  26 lines

  1. #
  2. #  Standard macros and paths used for Vision Applications Engine
  3. #  (C) 1990 Vision Software
  4. #
  5. #  $Id: macros.std 0.101 90/12/04 20:33:05 pcalvin beta $
  6. #
  7.  
  8. #
  9. #  Path Information
  10. #
  11. BASEPATH =  \usr\src
  12. INCSRC = $(BASEPATH)\inc
  13. LIBS =      $(BASEPATH)\lib\windows.lib
  14. #
  15. #  Global Include Files
  16. #
  17. INCLUDES =  $(INCSRC)\stdhdr.h $(INCSRC)\edit.h $(INCSRC)\batch.h \
  18.          $(INCSRC)\dbase.h $(INCSRC)\adl.h $(INCSRC)\access.h \
  19.             $(INCSRC)\menu.h
  20.  
  21. #
  22. #  Translation Rules
  23. #
  24. .c.obj:
  25.    bcc -c {$*.c }
  26.